home *** CD-ROM | disk | FTP | other *** search
- Path: news.bridge.net!news
- From: David Byrden <100101.2547@compuserve.com>
- Newsgroups: comp.lang.c++
- Subject: Re: problem with inline
- Date: 11 Jan 1996 19:11:01 GMT
- Organization: self-employed
- Message-ID: <4d3nc5$d9m@news.bridge.net>
- References: <821123790snz@jprassoc.demon.co.uk>
- NNTP-Posting-Host: ppp-mia1-65.bridge.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
-
- Paul;
-
- Inline functions generally belong in a header. How can
- a compiler generate inline code unless it knows what that code is?
-
- David
-
-